Eclipse JDT
Pre-release 3.0

Uses of Class
org.eclipse.jdt.core.search.SearchRequestor

Packages that use SearchRequestor
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
 

Uses of SearchRequestor in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search with parameters of type SearchRequestor
abstract  void SearchParticipant.locateMatches(SearchDocument[] indexMatches, SearchPattern pattern, IJavaSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
          Locate the matches in the given documents and report them using the search requestor.
 void SearchEngine.search(SearchPattern pattern, SearchParticipant[] participants, IJavaSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for matches of a given search pattern.
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.